home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Notification.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  76 lines

  1. /*
  2.      File:        Notification.idl
  3.  
  4.      Contains:    Notification Manager interfaces
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __NOTIFICATION_IDL__
  19. #define __NOTIFICATION_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  28. #ifndef __OSUTILS_IDL__
  29. #include <OSUtils.idl>
  30. #endif
  31. #endif
  32. #ifndef __COLLECTIONS_IDL__
  33. #include <Collections.idl>
  34. #endif
  35. #ifndef __KERNEL_IDL__
  36. #include <Kernel.idl>
  37. #endif
  38.  
  39. #ifdef __SOMIDL__
  40.  
  41. /* ------------------ */
  42. #if FOR_SYSTEM8_PREEMPTIVE
  43. typedef OpaquePtr                NotificationRef;
  44.  
  45. /* notification status flags */
  46. typedef UInt32                    NotificationStatus;
  47.  
  48. /* notification tags */
  49. /* notification module identifiers */
  50. typedef OSType                    NotifierType;
  51.  
  52. /* notification posting options */
  53. typedef OptionBits                NotificationOptions;
  54.  
  55. /* ------------------ */
  56. #endif
  57. /* ------------------ */
  58. /* ------------------ */
  59. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  60.  
  61.  
  62. typedef OpaquePtr                NMRecPtr;                    /* Substituted OpaquePtr for ``NMRec*'' */
  63.  
  64. typedef OpaquePtr NMProcPtr;
  65. typedef OpaquePtr NMUPP;
  66. typedef SOMLargeStruct            NMRec;                        /* Derived from a struct of 36 bytes in size */
  67.  
  68. /* ------------------ */
  69. #endif
  70. /* ------------------ */
  71.  
  72. #endif /* __SOMIDL__ */
  73.  
  74. #endif /* __NOTIFICATION_IDL__ */
  75.  
  76.